KeyDictionary.ICollection<KeyValuePair<XmlQualifiedName, IList<Key>>>.Contains MethodKeyDictionary.ICollection(Of KeyValuePair(Of XmlQualifiedName, IList(Of Key))).Contains MethodKeyDictionary::ICollection<KeyValuePair<XmlQualifiedName, IList<Key>>>::Contains Method
- XmlPrime 5.0
- Other Versions ▼
Syntax
Private Function Contains( _ item As KeyValuePair(Of System.Xml.XmlQualifiedName, IList(Of Key)) _ ) As Boolean _ Implements ICollection.Contains
private bool System.Collections.Generic.ICollection<T>.Contains( KeyValuePair<System.Xml.XmlQualifiedName, IList<Key>> item )
private: virtual bool System.Collections.Generic::ICollection<T>::Contains( KeyValuePair<System.Xml::XmlQualifiedName^, IList<Key^>^> item ) sealed